home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Answers 1995 December
/
PC Answers December 1995 (disc errors).iso
/
mxc
/
eqboot.dir
/
00010_Asset List.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-04-23
|
298 b
|
19 lines
on mouseDown
global myLine, myLine2, csn
if the timer < 60 then
exit
end if
if the mouseLine <= 0 then
abort()
else
set myLine to the mouseLine
if myLine <= 0 then
set myLine to myLine2
abort()
end if
end if
colorMe()
txtHandler()
startTimer()
end